home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TATTACHMENTFORM / TATTACHMENTFORM.txt
Text File  |  1999-09-10  |  4KB  |  218 lines

  1. object AttachmentForm: TAttachmentForm
  2.   Left = 16
  3.   Top = 73
  4.   HelpContext = 140
  5.   BorderStyle = bsDialog
  6.   Caption = 'Message Attachments'
  7.   ClientHeight = 363
  8.   ClientWidth = 613
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DriveComboBox1: TDriveComboBox
  19.     Left = 8
  20.     Top = 14
  21.     Width = 146
  22.     Height = 19
  23.     DirList = DirectoryListBox1
  24.     TabOrder = 0
  25.   end
  26.   object DirectoryListBox1: TDirectoryListBox
  27.     Left = 7
  28.     Top = 34
  29.     Width = 144
  30.     Height = 285
  31.     FileList = FileListBox1
  32.     ItemHeight = 16
  33.     TabOrder = 1
  34.   end
  35.   object FileListBox1: TFileListBox
  36.     Left = 156
  37.     Top = 14
  38.     Width = 143
  39.     Height = 305
  40.     ItemHeight = 13
  41.     TabOrder = 2
  42.     OnMouseDown = FileListBox1MouseDown
  43.   end
  44.   object AttList: TListBox
  45.     Left = 403
  46.     Top = 14
  47.     Width = 191
  48.     Height = 149
  49.     ItemHeight = 16
  50.     Style = lbOwnerDrawFixed
  51.     TabOrder = 3
  52.     OnClick = AttListClick
  53.     OnDragDrop = AttListDragDrop
  54.     OnDragOver = AttListDragOver
  55.     OnDrawItem = AttListDrawItem
  56.   end
  57.   object RemoveAttachmentBtn: TButton
  58.     Left = 312
  59.     Top = 81
  60.     Width = 85
  61.     Height = 23
  62.     Caption = 'Remove <<'
  63.     TabOrder = 4
  64.     OnClick = RemoveAttachmentBtnClick
  65.   end
  66.   object AddAttachmentBtn: TButton
  67.     Left = 312
  68.     Top = 50
  69.     Width = 85
  70.     Height = 23
  71.     Caption = 'Add  >>'
  72.     TabOrder = 5
  73.     OnClick = AddAttachmentBtnClick
  74.   end
  75.   object BitBtn1: TBitBtn
  76.     Left = 211
  77.     Top = 330
  78.     Width = 89
  79.     Height = 26
  80.     Caption = 'Attach'
  81.     TabOrder = 6
  82.     Kind = bkOK
  83.   end
  84.   object BitBtn2: TBitBtn
  85.     Left = 312
  86.     Top = 330
  87.     Width = 89
  88.     Height = 26
  89.     TabOrder = 7
  90.     Kind = bkCancel
  91.   end
  92.   object GroupBox1: TGroupBox
  93.     Left = 311
  94.     Top = 171
  95.     Width = 293
  96.     Height = 148
  97.     Caption = 'Attachment Description'
  98.     TabOrder = 8
  99.     object Label4: TLabel
  100.       Left = 23
  101.       Top = 18
  102.       Width = 44
  103.       Height = 13
  104.       Caption = 'Location:'
  105.     end
  106.     object Label1: TLabel
  107.       Left = 37
  108.       Top = 67
  109.       Width = 31
  110.       Height = 13
  111.       Caption = 'Name:'
  112.     end
  113.     object Label5: TLabel
  114.       Left = 12
  115.       Top = 92
  116.       Width = 56
  117.       Height = 13
  118.       Caption = 'Description:'
  119.     end
  120.     object Label2: TLabel
  121.       Left = 9
  122.       Top = 43
  123.       Width = 58
  124.       Height = 13
  125.       Caption = 'MIME Type:'
  126.     end
  127.     object LocationEdt: TEdit
  128.       Left = 93
  129.       Top = 14
  130.       Width = 190
  131.       Height = 21
  132.       ReadOnly = True
  133.       TabOrder = 0
  134.     end
  135.     object NameEdt: TEdit
  136.       Left = 93
  137.       Top = 65
  138.       Width = 190
  139.       Height = 21
  140.       Enabled = False
  141.       TabOrder = 1
  142.       OnExit = MimeTypeLBChange
  143.     end
  144.     object MimeTypeLB: TComboBox
  145.       Left = 93
  146.       Top = 39
  147.       Width = 190
  148.       Height = 22
  149.       Style = csOwnerDrawFixed
  150.       Enabled = False
  151.       ItemHeight = 16
  152.       Sorted = True
  153.       TabOrder = 2
  154.       OnDrawItem = MimeTypeLBDrawItem
  155.       OnExit = MimeTypeLBChange
  156.     end
  157.     object DescriptionEdt: TEdit
  158.       Left = 93
  159.       Top = 90
  160.       Width = 190
  161.       Height = 21
  162.       Enabled = False
  163.       TabOrder = 3
  164.       OnExit = MimeTypeLBChange
  165.     end
  166.     object NewTypeBtn: TButton
  167.       Left = 202
  168.       Top = 116
  169.       Width = 81
  170.       Height = 23
  171.       Caption = 'New type'
  172.       Enabled = False
  173.       Font.Charset = DEFAULT_CHARSET
  174.       Font.Color = clBlack
  175.       Font.Height = -11
  176.       Font.Name = 'MS Sans Serif'
  177.       Font.Style = []
  178.       ParentFont = False
  179.       TabOrder = 4
  180.       OnClick = NewTypeBtnClick
  181.     end
  182.   end
  183.   object ViewAttachmentBtn: TButton
  184.     Left = 312
  185.     Top = 112
  186.     Width = 85
  187.     Height = 21
  188.     Caption = 'View Attach.'
  189.     TabOrder = 9
  190.     OnClick = ViewAttachmentBtnClick
  191.   end
  192.   object TMimeType: TTable
  193.     DatabaseName = 'VistaMail'
  194.     TableName = 'Mimetype.db'
  195.     Left = 476
  196.     Top = 88
  197.     object TMimeTypeMimeType: TStringField
  198.       FieldName = 'MimeType'
  199.       Size = 40
  200.     end
  201.     object TMimeTypeMimeAction: TIntegerField
  202.       FieldName = 'MimeAction'
  203.     end
  204.     object TMimeTypeDescription: TStringField
  205.       FieldName = 'Description'
  206.       Size = 30
  207.     end
  208.     object TMimeTypeApplication: TStringField
  209.       FieldName = 'Application'
  210.       Size = 255
  211.     end
  212.     object TMimeTypeExtension: TStringField
  213.       FieldName = 'Extension'
  214.       Size = 3
  215.     end
  216.   end
  217. end
  218.